Argument
Node Data | |
---|---|
Misc | |
Display name | |
Argument | |
Internal name | |
Node_Argument | |
Inheritances | |
node | |
node_argument | |
Inputs | |
node_argument | |
text |
Tag |
enum |
Type |
text |
Default Value |
Outputs | |
node_argument | |
text |
Value |
This nodes allow you to add custom command line arguments to the project. This can be useful for passing additional data to the project.
For example, in a project named "cli.pxc" if the Tag value is set to "arg", then you can use the following command line arguments:
./[pixelcomposer.exe] cli.pxc --arg 10
This will set the value of the node output to 10.
Properties
Tag
Tag of the argument.
Type
Whether to interpret the argument as a string or a number.
Default Value
Default value of the argument.